Skip to content

[WEB] Add Sentry integration #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 80 commits into
base: main
Choose a base branch
from

Conversation

imdeaconu
Copy link
Contributor

Closes #902

  • integrate Sentry SDK
  • set up the Vite integration to automatically upload source maps
  • add function that sends errors to Sentry and integrate it with all existing queries

commit 742f250
Author: imdeaconu <imdeaconu@gmail.com>
Date:   Wed Sep 11 19:54:55 2024 +0300

    add read notification checkmark

commit ea11fa0
Author: imdeaconu <imdeaconu@gmail.com>
Date:   Wed Sep 11 19:54:30 2024 +0300

    add read notification column
commit d8833dc
Author: imdeaconu <imdeaconu@gmail.com>
Date:   Fri Sep 13 13:29:31 2024 +0300

    WIP: add selector functionality

commit 3608c0e
Author: imdeaconu <imdeaconu@gmail.com>
Date:   Fri Sep 13 10:00:05 2024 +0300

    WIP: create new tags input
Copy link

vercel bot commented Mar 19, 2025

@imdeaconu is attempting to deploy a commit to the Code for Romania Team on Vercel.

A member of the Team first needs to authorize it.

environment: import.meta.env.MODE,
tracesSampleRate: import.meta.env.PROD ? 0.2 : 0,
enabled: !import.meta.env.PROD,
tracePropagationTargets: ['localhost', /^https:\/\/api\.votemonitor\.org/, /^https:\/\/votemonitor\.staging\.heroesof\.tech\/api\//],

Check failure

Code scanning / CodeQL

Missing regular expression anchor High

This hostname pattern may match any domain name, as it is missing a '$' or '/' at the end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Sentry error logging into the web admin interface
1 participant